VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / FastCompositeColorTransform Class / Create Methods / Create(String,ColorSpaceFormat,ColorSpaceFormat,ColorTransform[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Create(String,ColorSpaceFormat,ColorSpaceFormat,ColorTransform[]) Method (FastCompositeColorTransform)
    In This Topic
    Creates a new instance of the FastCompositeColorTransform class.
    Syntax

    Parameters

    description
    Description of the transform.
    sourceColorFormat
    Format of source colors.
    destColorFormat
    Format of destination colors.
    transforms
    Array of sub transforms of composite transform.

    Return Value

    A CompositeColorTransform that is a composition of specified color transforms.
    Exceptions
    ExceptionDescription
    Thrown if transforms is null.
    Thrown if transforms contains less than 2 items.
    Thrown if transforms has incompatible color spaces of some adjacent color transforms.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also